Global.SetList


Sets the contents of a global.

prototype Global.SetList( string name,
                          list value );

Parameters:
name : The name of the global to set.
value : The value with which to set the global.

Return value:
None.

Notes:
The global will only change if the global is of the same type. Globals must exist before they can be set.

See also:
Global.SetInt, Global.SetFloat, Global.SetBool, Global.SetHandle, Global.SetString, Global.SetSet.